home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip Kasım 2003.iso / prog / basic / CLONECD / Setup.exe / $SMPROGRAMS / CloneCD / CloneCD.exe / 0 / RCDATA / TEMAILFORM / TEMAILFORM.txt
Encoding:
Text File  |  2003-05-08  |  3.7 KB  |  176 lines

  1. object EmailForm: TEmailForm
  2.   Left = 1001
  3.   Top = 11
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 284
  7.   ClientWidth = 370
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   OnHelp = FormHelp
  12.   OnMouseDown = FormMouseDown
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object EmailGroup: TGroupBox
  17.     Left = 8
  18.     Top = 16
  19.     Width = 353
  20.     Height = 217
  21.     TabOrder = 0
  22.     object NormalReadLabel: TLabel
  23.       Left = 230
  24.       Top = 64
  25.       Width = 3
  26.       Height = 13
  27.       Alignment = taRightJustify
  28.       OnMouseDown = FormMouseDown
  29.     end
  30.     object CopyprotReadLabel: TLabel
  31.       Left = 230
  32.       Top = 88
  33.       Width = 3
  34.       Height = 13
  35.       Alignment = taRightJustify
  36.       OnMouseDown = FormMouseDown
  37.     end
  38.     object ExtraAudioLabel: TLabel
  39.       Left = 230
  40.       Top = 136
  41.       Width = 3
  42.       Height = 13
  43.       Alignment = taRightJustify
  44.       OnMouseDown = FormMouseDown
  45.     end
  46.     object WritingLabel: TLabel
  47.       Left = 230
  48.       Top = 160
  49.       Width = 3
  50.       Height = 13
  51.       Alignment = taRightJustify
  52.       OnMouseDown = FormMouseDown
  53.     end
  54.     object SimulLabel: TLabel
  55.       Left = 230
  56.       Top = 184
  57.       Width = 3
  58.       Height = 13
  59.       Alignment = taRightJustify
  60.       OnMouseDown = FormMouseDown
  61.     end
  62.     object AudioReadLabel: TLabel
  63.       Left = 230
  64.       Top = 112
  65.       Width = 3
  66.       Height = 13
  67.       Alignment = taRightJustify
  68.       OnMouseDown = FormMouseDown
  69.     end
  70.     object ListBoxReader: TComboBox
  71.       Left = 64
  72.       Top = 24
  73.       Width = 265
  74.       Height = 22
  75.       Style = csOwnerDrawFixed
  76.       ItemHeight = 16
  77.       ParentShowHint = False
  78.       PopupMenu = MainForm.PopupMenu1
  79.       ShowHint = False
  80.       TabOrder = 0
  81.       OnChange = ListBoxReaderChange
  82.       OnDrawItem = ListBoxReaderDrawItem
  83.     end
  84.     object NormalReadBox: TComboBox
  85.       Left = 240
  86.       Top = 56
  87.       Width = 89
  88.       Height = 21
  89.       Style = csDropDownList
  90.       ItemHeight = 13
  91.       ParentShowHint = False
  92.       PopupMenu = MainForm.PopupMenu1
  93.       ShowHint = False
  94.       TabOrder = 1
  95.     end
  96.     object DataReadBox: TComboBox
  97.       Left = 240
  98.       Top = 80
  99.       Width = 89
  100.       Height = 21
  101.       Style = csDropDownList
  102.       ItemHeight = 13
  103.       ParentShowHint = False
  104.       PopupMenu = MainForm.PopupMenu1
  105.       ShowHint = False
  106.       TabOrder = 2
  107.     end
  108.     object AudioReadBox: TComboBox
  109.       Left = 240
  110.       Top = 128
  111.       Width = 89
  112.       Height = 21
  113.       Style = csDropDownList
  114.       ItemHeight = 13
  115.       ParentShowHint = False
  116.       PopupMenu = MainForm.PopupMenu1
  117.       ShowHint = False
  118.       TabOrder = 4
  119.     end
  120.     object NormalWriteBox: TComboBox
  121.       Left = 240
  122.       Top = 152
  123.       Width = 89
  124.       Height = 21
  125.       Style = csDropDownList
  126.       ItemHeight = 13
  127.       ParentShowHint = False
  128.       PopupMenu = MainForm.PopupMenu1
  129.       ShowHint = False
  130.       TabOrder = 5
  131.     end
  132.     object SimulWriteBox: TComboBox
  133.       Left = 240
  134.       Top = 176
  135.       Width = 89
  136.       Height = 21
  137.       Style = csDropDownList
  138.       ItemHeight = 13
  139.       ParentShowHint = False
  140.       PopupMenu = MainForm.PopupMenu1
  141.       ShowHint = False
  142.       TabOrder = 6
  143.     end
  144.     object AudioAccurateBox: TComboBox
  145.       Left = 240
  146.       Top = 104
  147.       Width = 89
  148.       Height = 21
  149.       Style = csDropDownList
  150.       ItemHeight = 13
  151.       ParentShowHint = False
  152.       PopupMenu = MainForm.PopupMenu1
  153.       ShowHint = False
  154.       TabOrder = 3
  155.     end
  156.   end
  157.   object SendButton: TButton
  158.     Left = 120
  159.     Top = 248
  160.     Width = 121
  161.     Height = 25
  162.     TabOrder = 1
  163.     OnClick = SendButtonClick
  164.     OnMouseDown = FormMouseDown
  165.   end
  166.   object Cancel: TButton
  167.     Left = 248
  168.     Top = 248
  169.     Width = 113
  170.     Height = 25
  171.     Cancel = True
  172.     ModalResult = 2
  173.     TabOrder = 2
  174.   end
  175. end
  176.